class c4_StringRef : public c4_Reference

Used to get or set string values.

Public:

c4_StringRef (const c4_Reference&);
Constructor.
operator c4_String () const;

operator c4_String ();
Gets the value as string.
c4_StringRef& operator= (const char*);
Sets the value to the specified string.


#include "k4viewx.h"   // Jun 8, 1997